home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / internet / ncftp2b6.zip / README.OS2 < prev   
Text File  |  1996-01-21  |  3KB  |  67 lines

  1. readme.os2  01-21-96
  2.  
  3. Many thanks to Mike Gleason for writing this excellent program. This version
  4. was incredibly well done, including excellent documentation and is a pleasure
  5. to work with.
  6.  
  7. Be sure you have the latest version of emx's run-time libraries. NcFTP
  8. requres emx09b fix01 or later to run properly.  If you have an older 
  9. version of emx runtimes, you can get the latest from:
  10.  
  11.     ftp://hobbes.nmsu.edu/os2/unix/emx09b/emxrt.zip
  12.  
  13. NcFTP also requires the GNU File Utilities v3.12 or above, specifically it 
  14. needs the ls.exe program for certain commands to work.  If you do not 
  15. have these utilities or need the latest version, you can get the lastest 
  16. from:
  17.  
  18.     ftp://hobbes.nmsu.edu/os2/unix/gnufutil.zip
  19.  
  20. NcFTP also requires an external 'pager' program that views text files 
  21. from the remote host.  By default, NcFTP uses the OS/2 more command, which
  22. is not very robust.  I recommend you use less.exe.  Less.exe has been 
  23. ported from Unix and provides several enhancements over the more command.
  24. If you don't have less.exe or need a later version, you get the it from:
  25.  
  26.     ftp://hobbes.nmsu.edu/os2/unix/less2912.zip
  27.  
  28. The following environment variables are required for NcFTP to run properly:
  29.  
  30.     HOME        -   this points to your home directory.  NcFTP will create
  31.                     a subdirectory under this directory called .ncftp (or 
  32.                     _ncftp for FAT partitions).  This is where NcFTP will
  33.                     store its configuration files.
  34.  
  35.     HOSTNAME    -   If NcFTP is unable to resolve your hostname, set
  36.                     this environment variable. i.e.;
  37.  
  38.                     SET HOSTNAME=myhostname
  39.  
  40.     DOMAIN      -   If NcFTP is unable to resolve your domain name, set
  41.                     this environment variable to your domain name:
  42.  
  43.                     SET DOMAIN=inetport.com
  44.  
  45. The first time your run NcFTP, enter the "prefs" command to setup your
  46. user information and preferences.
  47.  
  48. The ncftp.man is the original man page for the unix version of NcFTP. 
  49. Everything documented in this file should be valid with the OS/2 version
  50. as well.
  51.  
  52. Known Bugs:
  53.  
  54. ls is required for the command 'lls' and 'put *'
  55.  
  56. Trouble Reporting:
  57.  
  58. If you need to report a bug, send me a ~/.ncftp/trace file too. To enable
  59. tracing, turn on trace logging from the "prefs" window, or type "set trace 1"
  60. from the command line.  Then re-create your bug, quit the program, and send
  61. the trace file to mevans@ecsnet.com
  62.  
  63. You can also turn on debugging messages by using the -D command line switch.
  64. This will show commands send/received from the host, number of timeouts, etc.
  65.  
  66. Contact mevans@ecsnet.com for details on the OS/2 port of NcFTP.
  67.